2007-04-30 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Mon, 30 Apr 2007 19:10:33 +0000 (19:10 -0000)
committerZoltan Varga <vargaz@gmail.com>
Mon, 30 Apr 2007 19:10:33 +0000 (19:10 -0000)
* cpu-amd64.md (jmp): Increase the maximum size of the jmp opcode to 128.

svn path=/trunk/mono/; revision=76506

mono/mini/ChangeLog
mono/mini/cpu-amd64.md

index 3512e70947e3368f509e2e7729143a79028dfd46..801897ad919891e97109db271f36f69b7872cb2e 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * cpu-amd64.md (jmp): Increase the maximum size of the jmp opcode to 128.
+
 2007-04-29  Zoltan Varga  <vargaz@gmail.com>
 
        * abcremoval.c (summarize_integer_value): Handle OP_LCONV_TO_I4 to fix abcrem on
index d52384768552333e09f4092c01300eb7150a5495..22472c3a7422b03f1c338d272b7900fd8f20f07b 100644 (file)
@@ -54,7 +54,7 @@
 # See the code in mini-x86.c for more details on how the specifiers are used.
 #
 break: len:2
-jmp: len:42
+jmp: len:128
 br: len:6
 beq: len:8
 bge: len:8