changeset a54a4ef0f51d in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=a54a4ef0f51d
description:
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:
util/m5/m5op_x86.S | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 0a4b702628bd -r a54a4ef0f51d util/m5/m5op_x86.S
--- a/util/m5/m5op_x86.S Fri Mar 22 17:31:24 2013 -0500
+++ b/util/m5/m5op_x86.S Mon Mar 25 13:20:15 2013 +0100
@@ -55,7 +55,6 @@
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)
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev