summaryrefslogtreecommitdiff
path: root/util/m5
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas@sandberg.pp.se>2013-03-25 13:20:15 +0100
committerAndreas Sandberg <andreas@sandberg.pp.se>2013-03-25 13:20:15 +0100
commit670fc52f1812727457eaf6cb4fca1a520a6a8c20 (patch)
tree7db571c0bf898c8ef1a4d8c729420d467892d72a /util/m5
parent546ffb2d6d09f84956b0bc2e472fb77bbe0fc2b6 (diff)
downloadgem5-670fc52f1812727457eaf6cb4fca1a520a6a8c20.tar.xz
x86: Revert [02321b16685f] which breaks m5ops on x86
Changeset 02321b16685f added m5_writefile to m5op_x86.S a second time, which causes a compilation error on when compiling for x86. This changeset reverts that changeset and fixes the error.
Diffstat (limited to 'util/m5')
-rw-r--r--util/m5/m5op_x86.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/m5/m5op_x86.S b/util/m5/m5op_x86.S
index 2f93dbcda..2c25785e6 100644
--- a/util/m5/m5op_x86.S
+++ b/util/m5/m5op_x86.S
@@ -55,7 +55,6 @@ 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)