diff options
author | Tristan Gingold <tgingold@free.fr> | 2013-12-27 04:15:02 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2013-12-27 04:15:02 +0100 |
commit | 9eb9f4f2023d4d968c0cbc4a103ad47332b288ae (patch) | |
tree | 2f87759b09444e86e205b68a5036bd1ff6ced882 /ortho/mcode/ortho_code-exprs.adb | |
parent | 620458ed156b7a1d779119dc916e4c1f357ec71e (diff) | |
download | ghdl-9eb9f4f2023d4d968c0cbc4a103ad47332b288ae.tar.gz ghdl-9eb9f4f2023d4d968c0cbc4a103ad47332b288ae.tar.bz2 ghdl-9eb9f4f2023d4d968c0cbc4a103ad47332b288ae.zip |
mcode: fix register allocation for Oe_Neg_Ov
Diffstat (limited to 'ortho/mcode/ortho_code-exprs.adb')
-rw-r--r-- | ortho/mcode/ortho_code-exprs.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/mcode/ortho_code-exprs.adb b/ortho/mcode/ortho_code-exprs.adb index ecab78283..b78405922 100644 --- a/ortho/mcode/ortho_code-exprs.adb +++ b/ortho/mcode/ortho_code-exprs.adb @@ -1551,7 +1551,7 @@ package body Ortho_Code.Exprs is Disp_Mode (Get_Expr_Mode (N)); Put (" "); Put (OE_Kind'Image (Get_Expr_Kind (N))); - Set_Col (Indent + 26); + Set_Col (Indent + 28); -- Put (Abi.Image_Insn (Get_Expr_Insn (N))); -- Put (" "); Put (Abi.Image_Reg (Get_Expr_Reg (N))); |