arm: the dcc code works for V6 or V7, not just 1136
This commit is contained in:
committed by
Travis Geiselbrecht
parent
9c19412187
commit
7057769716
@@ -24,7 +24,7 @@
|
||||
.global dcc_putc
|
||||
.global dcc_getc
|
||||
|
||||
#if defined(ARM_CPU_ARM1136)
|
||||
#if defined(ARM_ISA_ARMV6) || defined(ARM_ISA_ARMV7)
|
||||
dcc_getc:
|
||||
mrc 14, 0, r0, c0, c1, 0
|
||||
tst r0, #(1 << 30)
|
||||
|
||||
Reference in New Issue
Block a user