Changed all syscalls to use syscall return object.
[gem5.git] / arch / alpha / pseudo_inst.hh
index e5551a44b868f00ef200d2b71ea20a57df918c99..46347ad69548f6b2c2e1f1ae6c2902d281c01db3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -47,4 +47,7 @@ namespace AlphaPseudo
     void dumpstats(ExecContext *xc);
     void dumpresetstats(ExecContext *xc);
     void m5checkpoint(ExecContext *xc);
+    void readfile(ExecContext *xc);
+    void debugbreak(ExecContext *xc);
+    void switchcpu(ExecContext *xc);
 }