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:
Timo Kreuzer 2010-01-02 16:31:41 +00:00
parent 27d2ac3ad6
commit d9cec98933

View file

@ -234,6 +234,10 @@ _MsgTrapInfo:
.endm .endm
/* FUNCTIONS *****************************************************************/
.text
.code64
// rbp = TrapFrame, eax = ExceptionCode, edx = NumParams, r9,r10,r11 = params // rbp = TrapFrame, eax = ExceptionCode, edx = NumParams, r9,r10,r11 = params
_InternalDispatchException: _InternalDispatchException:
@ -278,8 +282,6 @@ _InternalDispatchException:
ret ret
/* SOFTWARE INTERRUPT SERVICES ***********************************************/ /* SOFTWARE INTERRUPT SERVICES ***********************************************/
.text
.code64
.proc KiDivideErrorFault .proc KiDivideErrorFault
.pushframe 0 .pushframe 0