diff options
author | Lluís Vilanova <vilanova@ac.upc.edu> | 2013-01-08 08:54:13 -0500 |
---|---|---|
committer | Lluís Vilanova <vilanova@ac.upc.edu> | 2013-01-08 08:54:13 -0500 |
commit | 25efbb5bdcc037826aac4ee2c9604dabb70e0ee5 (patch) | |
tree | f1dd21a989c8245c33db3fb2a45810c53d10214a /util | |
parent | 807168a1de1b101622d084c5fe160cf41ff3f59d (diff) | |
download | gem5-25efbb5bdcc037826aac4ee2c9604dabb70e0ee5.tar.xz |
util: add writefile to m5 util program for x86
Diffstat (limited to 'util')
-rw-r--r-- | util/m5/m5op_x86.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/m5/m5op_x86.S b/util/m5/m5op_x86.S index 2c25785e6..2f93dbcda 100644 --- 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) |