mirror of
https://github.com/ctm/syn68k.git
synced 2026-04-19 01:24:51 +00:00
Works on Fedora 11 (gcc 4.4.0)
This commit is contained in:
@@ -29,7 +29,7 @@ inline_cmpb (uint8 n1, uint8 n2)
|
||||
"seto %2"
|
||||
: "=m" (cpu_state.ccc), "=m" (cpu_state.ccn),
|
||||
"=m" (cpu_state.ccv), "=m" (cpu_state.ccnz)
|
||||
: "q" (n1), "ri" (n2)
|
||||
: "q" (n1), "qi" (n2)
|
||||
: "cc");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user