util: add writefile to m5 util program for x86
authorLluís Vilanova <vilanova@ac.upc.edu>
Tue, 8 Jan 2013 13:54:13 +0000 (08:54 -0500)
committerLluís Vilanova <vilanova@ac.upc.edu>
Tue, 8 Jan 2013 13:54:13 +0000 (08:54 -0500)
util/m5/m5op_x86.S

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