Correct CPUFlags in CPUFlag (typo)

This commit is contained in:
Laurent Vivier 2006-10-20 07:48:42 +00:00
parent 6f7ace6f54
commit 5bcc5daee6
1 changed files with 1 additions and 1 deletions

View File

@ -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 */