mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user