mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-27 01:01:52 -07:00
Use .code to put code in executable segment.
Copied from Perforce Change: 178247 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
eb84a7dd79
commit
1854476965
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
; @@@@ FIXME: W3I6MV add copyright and license
|
||||
; $Id$
|
||||
|
||||
text SEGMENT
|
||||
.CODE
|
||||
EXTERN TraceScanArea : PROC
|
||||
|
||||
StackScan PROC FRAME
|
||||
|
|
@ -49,5 +49,4 @@ StackScan PROC FRAME
|
|||
|
||||
StackScan ENDP
|
||||
|
||||
text ENDS
|
||||
END
|
||||
Loading…
Add table
Add a link
Reference in a new issue