mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-05 16:25:18 +00:00
Correct CPUFlags in CPUFlag (typo)
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user