diff options
Diffstat (limited to 'gcc/config/arm/README-interworking')
-rw-r--r-- | gcc/config/arm/README-interworking | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/README-interworking b/gcc/config/arm/README-interworking index 7f2eda83b49..cfa7f66e294 100644 --- a/gcc/config/arm/README-interworking +++ b/gcc/config/arm/README-interworking @@ -227,7 +227,7 @@ considerations when building programs and DLLs: Switching between the ARM and Thumb instruction sets is accomplished via the BX instruction which takes as an argument a register name. -Control is transfered to the address held in this register (with the +Control is transferred to the address held in this register (with the bottom bit masked out), and if the bottom bit is set, then Thumb instruction processing is enabled, otherwise ARM instruction processing is enabled. |