1
0
Fork 0

arm-asm: Update comment

This commit is contained in:
Danny Milosavljevic 2021-02-11 00:22:47 +01:00
parent 30814dfacf
commit f1fb23a661
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -1215,7 +1215,7 @@ static void asm_single_data_transfer_opcode(TCCState *s1, int token)
// I: immediate operand? [ok]
// P: Pre/post indexing is PRE: Add offset before transfer [ok]
// U: Up/down is up? (*adds* offset to base) [ok]
// B: Byte/word is byte? TODO
// B: Byte/word is byte? [ok]
// W: Write address back into base? [ok]
// L: Load/store is load? [ok]
if (exclam)