Change the syntax of indirect jumps for DOS.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 16 Mar 1992 02:08:47 +0000 (02:08 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 16 Mar 1992 02:08:47 +0000 (02:08 +0000)
v7/src/microcode/cmpauxmd/i386.m4

index 6de9e13834b7bdcf02fa1ccde86c25b2dcab9707..dde4196826cf72925ee27558bc1f212fa76d60d4 100644 (file)
@@ -1,6 +1,6 @@
 ### -*-Midas-*-
 ###
-###    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpauxmd/i386.m4,v 1.20 1992/03/13 19:29:08 jinx Exp $
+###    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpauxmd/i386.m4,v 1.21 1992/03/16 02:08:47 jinx Exp $
 ###
 ###    Copyright (c) 1992 Massachusetts Institute of Technology
 ###
@@ -229,7 +229,7 @@ ifdef(`DOS',
       `define(SDX,`$1(,$2,$3)')')
 
 ifdef(`DOS',
-      `define(IJMP,`[$1]')',
+      `define(IJMP,`$1')',
       `define(IJMP,`*$1')')
 \f
 ifdef(`DOS',`define(TYPE_CODE_LENGTH,6)')