projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d2ac3
)
[KE]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sat, 2 Jan 2010 16:31:41 +0000
(16:31 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sat, 2 Jan 2010 16:31:41 +0000
(16:31 +0000)
Move the .text and .code64 tag before all functions in trap.S
svn path=/branches/ros-amd64-bringup/; revision=44887
reactos/ntoskrnl/ke/amd64/trap.S
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/ke/amd64/trap.S
b/reactos/ntoskrnl/ke/amd64/trap.S
index
0b5a110
..
32c5153
100644
(file)
--- a/
reactos/ntoskrnl/ke/amd64/trap.S
+++ b/
reactos/ntoskrnl/ke/amd64/trap.S
@@
-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