x86: Revert [02321b16685f] which breaks m5ops on x86
authorAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 25 Mar 2013 12:20:15 +0000 (13:20 +0100)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 25 Mar 2013 12:20:15 +0000 (13:20 +0100)
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.

util/m5/m5op_x86.S

index 2f93dbcda6267dbfe6f555596410bb57b7669e32..2c25785e60bc2ff91fabcb0e5baccb4b6f3575c3 100644 (file)
@@ -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)