initial test harness for smp regression
This commit is contained in:
@@ -16,7 +16,7 @@ if [ -z "$line" ]; then
|
||||
exit 1
|
||||
fi
|
||||
sed "${line}a\\
|
||||
extern void test_interrupt_dispatch(void);" "$src" > "$tmp1"
|
||||
void test_interrupt_dispatch(void) __attribute__((weak));\nvoid test_interrupt_dispatch(void) {}" "$src" > "$tmp1"
|
||||
|
||||
line=$(grep -n -F "$call_anchor" "$tmp1" | head -n 1 | cut -d: -f1)
|
||||
if [ -z "$line" ]; then
|
||||
|
||||
Reference in New Issue
Block a user