diff options
Diffstat (limited to 'ortho/mcode/binary_file.adb')
-rw-r--r-- | ortho/mcode/binary_file.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/mcode/binary_file.adb b/ortho/mcode/binary_file.adb index 3a166d9..6043d73 100644 --- a/ortho/mcode/binary_file.adb +++ b/ortho/mcode/binary_file.adb @@ -319,7 +319,7 @@ package body Binary_File is procedure End_Insn is - Str : String (1 .. 128); + Str : String (1 .. 256); Len : Natural; Insn_Len : Natural; begin |