summaryrefslogtreecommitdiff
path: root/nuttx/configs/xtrs/sdcc-2.6.0-asz80-symlen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/xtrs/sdcc-2.6.0-asz80-symlen.patch')
-rw-r--r--nuttx/configs/xtrs/sdcc-2.6.0-asz80-symlen.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/configs/xtrs/sdcc-2.6.0-asz80-symlen.patch b/nuttx/configs/xtrs/sdcc-2.6.0-asz80-symlen.patch
new file mode 100644
index 000000000..d91c18d98
--- /dev/null
+++ b/nuttx/configs/xtrs/sdcc-2.6.0-asz80-symlen.patch
@@ -0,0 +1,11 @@
+--- sdcc/as/z80/asm.h 2007-12-30 16:49:53.000000000 -0600
++++ sdcc.orig/as/z80/asm.h 2007-12-30 16:49:14.000000000 -0600
+@@ -65,7 +65,7 @@
+ #define RTTERM ')' /* Right expression delimeter */
+
+ #ifdef SDK
+-#define NCPS 80 /* characters per symbol */
++#define NCPS 32 /* characters per symbol */
+ #else /* SDK */
+ #define NCPS 8 /* Chars. per symbol */
+ #endif /* SDK */