aboutsummaryrefslogtreecommitdiffhomepage
path: root/arch/armv7.html
diff options
context:
space:
mode:
Diffstat (limited to 'arch/armv7.html')
-rw-r--r--arch/armv7.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/armv7.html b/arch/armv7.html
index eeecc8b..0ecd684 100644
--- a/arch/armv7.html
+++ b/arch/armv7.html
@@ -361,7 +361,7 @@ mov fp, sp // FP points to frame record
.arch armv7-a
- .section .text, "ax"
+ .section .text, "ax"
.balign 4
// Emit `arm` instructions, same as `.arm` directive.
@@ -390,9 +390,9 @@ _do_greet:
bx lr
.balign 8 // align data on 8byte boundary
- .section .rodata, "a"
+ .section .rodata, "a"
greeting:
- .asciz "Hi ASM-World!\n"
+ .asciz "Hi ASM-World!\n"
greeting_len:
.int .-greeting
</code></pre>