Skip to content
Snippets Groups Projects
Commit a9ada812 authored by Andrea Gussoni's avatar Andrea Gussoni
Browse files

Fixed pc warning after ret operand order

parent 5fb95e77
No related tags found
No related merge requests found
......@@ -499,7 +499,7 @@ void exception_warning(Reason Code,
break;
case BadReturnAddress:
fprintf(stderr,
"ExceptionWarning: Expected and actual fallthrough after ret not corresponding: "
"ExceptionWarning: Actual and expected fallthrough after ret not corresponding: "
"0x%" TARGET_REG_FORMAT " / 0x%" TARGET_REG_FORMAT "\n",
Target,
ExpectedDestination);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment