mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[KE]
Move the .text and .code64 tag before all functions in trap.S svn path=/branches/ros-amd64-bringup/; revision=44887
This commit is contained in:
parent
27d2ac3ad6
commit
d9cec98933
1 changed files with 4 additions and 2 deletions
|
@ -234,6 +234,10 @@ _MsgTrapInfo:
|
|||
.endm
|
||||
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
.text
|
||||
.code64
|
||||
|
||||
// rbp = TrapFrame, eax = ExceptionCode, edx = NumParams, r9,r10,r11 = params
|
||||
_InternalDispatchException:
|
||||
|
@ -278,8 +282,6 @@ _InternalDispatchException:
|
|||
ret
|
||||
|
||||
/* SOFTWARE INTERRUPT SERVICES ***********************************************/
|
||||
.text
|
||||
.code64
|
||||
|
||||
.proc KiDivideErrorFault
|
||||
.pushframe 0
|
||||
|
|
Loading…
Reference in a new issue