aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.h')
-rw-r--r--ldebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldebug.h b/ldebug.h
index 8e912a8e..974960e9 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -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