remove an extra extern from tasking_helpers

This commit is contained in:
pjht 2020-07-24 10:50:25 -05:00
parent 9f77482506
commit 794dd702b0

View File

@ -3,7 +3,6 @@ global switch_to_thread_asm
extern load_address_space
extern currentThread
extern tss
extern
;WARNING: Caller is expected to disable IRQs before calling, and enable IRQs again after function returns
switch_to_thread_asm: