Add a label at the end of the code to indicate the literal pool.

This makes objdump disassembly of the code a bit clearer, by separating
the constants from code following the last label.
This commit is contained in:
Martin Ling
2021-12-21 21:14:25 +00:00
parent 59be1fef5a
commit 42a7c5ede9

View File

@ -239,3 +239,6 @@ done:
str offset, [state, #OFFSET] // state.offset = offset // 2 str offset, [state, #OFFSET] // state.offset = offset // 2
b loop // goto loop // 3 b loop // goto loop // 3
// The linker will put a literal pool here, so add a label for clearer objdump output:
constants: