projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
807168a
)
util: add writefile to m5 util program for x86
author
Lluís Vilanova
<vilanova@ac.upc.edu>
Tue, 8 Jan 2013 13:54:13 +0000
(08:54 -0500)
committer
Lluís Vilanova
<vilanova@ac.upc.edu>
Tue, 8 Jan 2013 13:54:13 +0000
(08:54 -0500)
util/m5/m5op_x86.S
patch
|
blob
|
history
diff --git
a/util/m5/m5op_x86.S
b/util/m5/m5op_x86.S
index 2c25785e60bc2ff91fabcb0e5baccb4b6f3575c3..2f93dbcda6267dbfe6f555596410bb57b7669e32 100644
(file)
--- a/
util/m5/m5op_x86.S
+++ b/
util/m5/m5op_x86.S
@@
-55,6
+55,7
@@
TWO_BYTE_OP(m5_reset_stats, resetstats_func)
TWO_BYTE_OP(m5_dump_stats, dumpstats_func)
TWO_BYTE_OP(m5_dumpreset_stats, dumprststats_func)
TWO_BYTE_OP(m5_checkpoint, ckpt_func)
+TWO_BYTE_OP(m5_writefile, writefile_func)
TWO_BYTE_OP(m5_readfile, readfile_func)
TWO_BYTE_OP(m5_writefile, writefile_func)
TWO_BYTE_OP(m5_debugbreak, debugbreak_func)