diff options
author | Lluis Vilanova <vilanova@ac.upc.edu> | 2012-11-03 12:57:28 -0500 |
---|---|---|
committer | Lluis Vilanova <vilanova@ac.upc.edu> | 2012-11-03 12:57:28 -0500 |
commit | bb4f6562aeb1468b908f9353070d3c816bfc0a4d (patch) | |
tree | b47d9c96aec88159a8dfca65ed54047161c5c475 /util | |
parent | 8cd475d58ebc144fdbdc34e710302eb3290bdd9b (diff) | |
download | gem5-bb4f6562aeb1468b908f9353070d3c816bfc0a4d.tar.xz |
x86, util: add m5_writefile to m5op_x86.S
Committed by: Nilay Vaish
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 5f746459f..93eacc24d 100644 --- a/util/m5/m5op_x86.S +++ b/util/m5/m5op_x86.S @@ -55,6 +55,7 @@ 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_readfile, readfile_func) +TWO_BYTE_OP(m5_writefile, writefile_func) TWO_BYTE_OP(m5_debugbreak, debugbreak_func) TWO_BYTE_OP(m5_switchcpu, switchcpu_func) TWO_BYTE_OP(m5_addsymbol, addsymbol_func) |