Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 593d0d1

Browse files
authored
Fwa
1 parent 71d9787 commit 593d0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/core/process.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Process* process_create(char* name, int ppid, Domain domain, u32 entry, u32 stac
8383

8484

8585
void cswitch(cpu_state_t* new_state) {
86-
asm volatile (
86+
asm (
8787
"movl %0, %%esp \n"
8888
"popa \n"
8989
"add $8, %%esp \n"

0 commit comments

Comments
 (0)