From 18544769653ebfcc61c0ba0b696e41c785f3affc Mon Sep 17 00:00:00 2001 From: David Lovemore Date: Mon, 21 May 2012 19:03:10 +0100 Subject: [PATCH] Use .code to put code in executable segment. Copied from Perforce Change: 178247 ServerID: perforce.ravenbrook.com --- mps/code/ssw3i6.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mps/code/ssw3i6.asm b/mps/code/ssw3i6.asm index 65796a53c1f..a81828c285b 100644 --- a/mps/code/ssw3i6.asm +++ b/mps/code/ssw3i6.asm @@ -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 \ No newline at end of file