From e96578fe6c0fd15f812f00478bcc1c0feb2532ae Mon Sep 17 00:00:00 2001 From: Dave Thaler Date: Thu, 14 Mar 2024 14:43:55 -0700 Subject: [PATCH] Address more PR feedback Signed-off-by: Dave Thaler --- src/asm_parse.cpp | 11 ++--------- src/asm_syntax.hpp | 2 +- src/test/test_marshal.cpp | 6 ++++++ 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/asm_parse.cpp b/src/asm_parse.cpp index 25e13ba96..474446fbd 100644 --- a/src/asm_parse.cpp +++ b/src/asm_parse.cpp @@ -191,18 +191,11 @@ Instruction parse_instruction(const std::string& line, const std::map