diff options
-rw-r--r-- | sysdeps/arm/nacl/sysdep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/arm/nacl/sysdep.h b/sysdeps/arm/nacl/sysdep.h index aeb5566dde..951df3215d 100644 --- a/sysdeps/arm/nacl/sysdep.h +++ b/sysdeps/arm/nacl/sysdep.h @@ -60,7 +60,6 @@ /* Rather than macroizing the code any more, we can just define a few mnemonics as macros here. */ # define bl sfi_bl -# define bxne sfi_blne /* Only condition now in use. */ # define bx sfi_bx # define blx sfi_blx # define bxeq sfi_bxeq /* Only condition now in use. */ |