Skip to content

Commit 923f1d1

Browse files
committed
Fixing context switching
1 parent 5ccece0 commit 923f1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch/os_arch_rv32imac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ os_arch_os_init(void)
220220

221221
return err;
222222
}
223+
#endif // NOTUSED
223224

224225
uint32_t
225226
os_arch_start(void)
@@ -260,7 +261,6 @@ os_arch_start(void)
260261
/* This should not be reached */
261262
return (uint32_t) (t->t_arg);
262263
}
263-
#endif // NOTUSED
264264

265265
os_error_t
266266
os_arch_os_start(void)

0 commit comments

Comments
 (0)