1
Fork 0
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:
David Lovemore 2012-05-21 19:03:10 +01:00
parent eb84a7dd79
commit 1854476965

View file

@ -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