From f1fb23a66143097f98faa67f71a9deea5deedb1d Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Thu, 11 Feb 2021 00:22:47 +0100 Subject: [PATCH] arm-asm: Update comment --- arm-asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm-asm.c b/arm-asm.c index 5cc212da..95d02e6d 100644 --- a/arm-asm.c +++ b/arm-asm.c @@ -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)