Skip to content

Commit

Permalink
Fix tracing of OUT instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Osborne committed Mar 25, 2012
1 parent 98b6588 commit c2707b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstructionGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2158,7 +2158,7 @@ void add()
" %exception(ET_ILLEGAL_RESOURCE, resID);\n"
"}\n")
.setYieldBefore();
f2r_in("OUT", "out %0, res[%1]",
f2r_in("OUT", "out res[%1], %0",
"ResourceID resID(%1);\n"
"if (Resource *res = checkResource(CORE, resID)) {\n"
" switch (res->out(THREAD, %0, TIME)) {\n"
Expand Down

0 comments on commit c2707b6

Please sign in to comment.