forked from xt-sys/exectos
Fix symbol naming convention for i686 trap handlers
This commit is contained in:
@@ -135,10 +135,10 @@ KernelModeReturn$\Vector:
|
|||||||
.endr
|
.endr
|
||||||
|
|
||||||
/* Define array of pointers to the trap handlers */
|
/* Define array of pointers to the trap handlers */
|
||||||
.global ArTrapEntry
|
.global _ArTrapEntry
|
||||||
ArTrapEntry:
|
_ArTrapEntry:
|
||||||
.irp i,0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
|
.irp i,0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
|
||||||
.irp j,0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
|
.irp j,0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
|
||||||
.long ArTrap0x\i\j
|
.long _ArTrap0x\i\j
|
||||||
.endr
|
.endr
|
||||||
.endr
|
.endr
|
||||||
|
|||||||
Reference in New Issue
Block a user