.align replaced by .balign in mpx386.S
This commit is contained in:
parent
21a5917f3e
commit
9e62bd5241
@ -372,7 +372,7 @@ hwint15:
|
|||||||
/*
|
/*
|
||||||
* syscall is only from a process to kernel
|
* syscall is only from a process to kernel
|
||||||
*/
|
*/
|
||||||
.align 16
|
.balign 16
|
||||||
.globl syscall_entry
|
.globl syscall_entry
|
||||||
syscall_entry:
|
syscall_entry:
|
||||||
|
|
||||||
@ -404,7 +404,7 @@ syscall_entry:
|
|||||||
jmp restart
|
jmp restart
|
||||||
|
|
||||||
|
|
||||||
.align 16
|
.balign 16
|
||||||
/*
|
/*
|
||||||
* called by the exception interrupt vectors. If the exception does not push
|
* called by the exception interrupt vectors. If the exception does not push
|
||||||
* errorcode, we assume that the vector handler pushed 0 instead. Next pushed
|
* errorcode, we assume that the vector handler pushed 0 instead. Next pushed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user