Authorship stuff
authorKorey Sewell <ksewell@umich.edu>
Fri, 9 Jun 2006 22:39:56 +0000 (18:39 -0400)
committerKorey Sewell <ksewell@umich.edu>
Fri, 9 Jun 2006 22:39:56 +0000 (18:39 -0400)
src/sim/syscall_emul.cc:
    Authorship Stuff

--HG--
extra : convert_revision : 0770ce292bf590926d10c1bef537a543c01f0b95

src/sim/syscall_emul.cc
src/sim/syscall_emul.hh

index e32295131053d2ebff66d5ae9a69ecaf932acd5f..319b385811be70421da98884cc1a967828bac433 100644 (file)
@@ -27,6 +27,7 @@
  *
  * Authors: Steve Reinhardt
  *          Ali Saidi
+ *          Korey Sewell
  */
 
 #include <fcntl.h>
index ffd12dd83b3ca7a7fe5cb3f0161d19f741ac377b..f027dbf244316cc706f0104f7fe453db902ff30b 100644 (file)
@@ -27,6 +27,7 @@
  *
  * Authors: Steve Reinhardt
  *          Kevin Lim
+ *          Korey Sewell
  */
 
 #ifndef __SIM_SYSCALL_EMUL_HH__