Forgot two underscores.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 11 Mar 1992 20:08:37 +0000 (20:08 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 11 Mar 1992 20:08:37 +0000 (20:08 +0000)
v7/src/microcode/cmpauxmd/i386.m4

index 785a40944214e0d79c64d43b01c1337ca55689bb..e9bb519e6cbe1661e31f02a3814e6cdfac884897 100644 (file)
@@ -1,6 +1,6 @@
 ### -*-Midas-*-
 ###
-###    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpauxmd/i386.m4,v 1.18 1992/03/11 20:06:32 jinx Exp $
+###    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpauxmd/i386.m4,v 1.19 1992/03/11 20:08:37 jinx Exp $
 ###
 ###    Copyright (c) 1992 Massachusetts Institute of Technology
 ###
@@ -160,11 +160,11 @@ ifdef(`DOS',
       `define(declare_alignment,`      .align $1')')
 
 ifdef(`DOS',
-      `define(allocate_longword,`$1 dd 0')',
+      `define(allocate_longword,`_$1 dd 0')',
       `define(allocate_longword,`      .comm _$1,4')')
 
 ifdef(`DOS',
-      `define(allocate_space,`$1 db $2 dup (0)')',
+      `define(allocate_space,`_$1 db $2 dup (0)')',
       `define(allocate_space,`_$1:
        .space $2')')
 \f