From da74c6ca9301a4d7794253295f7a618014c2f125 Mon Sep 17 00:00:00 2001 From: Simon Tietz Date: Thu, 1 Feb 2024 15:09:30 +0100 Subject: [PATCH] repo is broken? --- test/small1/asm_goto6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/small1/asm_goto6.c b/test/small1/asm_goto6.c index a2cab4b2a..6d9109993 100644 --- a/test/small1/asm_goto6.c +++ b/test/small1/asm_goto6.c @@ -1,7 +1,7 @@ #include "testharness.h" void code() { - asm goto ("nop" : : : :); + asm goto ("nop" : : : ); E(1); }