From 4aebe81940d14147ddfee3957e1e7ccd842f4117 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Fri, 24 Feb 2023 12:00:27 +0100 Subject: [PATCH] Document ss-mismatch nanos6 test --- test/emu/nanos6/ss-mismatch.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/emu/nanos6/ss-mismatch.c b/test/emu/nanos6/ss-mismatch.c index b6229b3..75456fe 100644 --- a/test/emu/nanos6/ss-mismatch.c +++ b/test/emu/nanos6/ss-mismatch.c @@ -6,6 +6,9 @@ int main(void) { + /* Test that a thread ending while the subsystem still has a value in + * the stack causes the emulator to fail */ + instr_start(0, 1); instr_nanos6_worker_loop_enter();