diff options
Diffstat (limited to 'ldebug.h')
-rw-r--r-- | ldebug.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,10 +29,10 @@ | |||
29 | 29 | ||
30 | /* | 30 | /* |
31 | ** MAXimum number of successive Instructions WiTHout ABSolute line | 31 | ** MAXimum number of successive Instructions WiTHout ABSolute line |
32 | ** information. | 32 | ** information. (A power of two allows fast divisions.) |
33 | */ | 33 | */ |
34 | #if !defined(MAXIWTHABS) | 34 | #if !defined(MAXIWTHABS) |
35 | #define MAXIWTHABS 120 | 35 | #define MAXIWTHABS 128 |
36 | #endif | 36 | #endif |
37 | 37 | ||
38 | 38 | ||