From 0331bf6f27f3503e4eb711568944d7dcb5c332d3 Mon Sep 17 00:00:00 2001 From: hondew Date: Sun, 21 Mar 2021 00:03:05 -0400 Subject: Update permissions --- tools/asm_processor/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/asm_processor/compile.sh') diff --git a/tools/asm_processor/compile.sh b/tools/asm_processor/compile.sh index c4cb0846..e10c9334 100644 --- a/tools/asm_processor/compile.sh +++ b/tools/asm_processor/compile.sh @@ -9,7 +9,7 @@ PADDED_SRC="$(mktemp --suffix=.c padded-XXXXXX)" PADDED_OBJ="$(mktemp --suffix=.o padded-XXXXXX)" # Create a .c file replacing the nonmatching function with volatile int writes, -# and compile. +# and compile. ../tools/asm_processor/asm_processor.py "$SRC" --assembler "$AS" > "$PADDED_SRC" $CC -c "$PADDED_SRC" -o "$PADDED_OBJ" -- cgit v1.2.3