mirror of
https://github.com/vivier/EMILE.git
synced 2025-03-12 14:31:05 +00:00
Correct CPUFlags in CPUFlag (typo)
This commit is contained in:
parent
6f7ace6f54
commit
5bcc5daee6
@ -10,7 +10,7 @@
|
||||
|
||||
/* is a 32bit aware processor ? */
|
||||
|
||||
cmp.w #1, CPUFlags /* Is 68000 or 68010 */
|
||||
cmp.w #1, CPUFlag /* Is 68000 or 68010 */
|
||||
bls.S bit32_ok
|
||||
|
||||
/* test if we are in 32bit mode */
|
||||
|
Loading…
x
Reference in New Issue
Block a user