summaryrefslogtreecommitdiff
path: root/emulators/bochs/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/bochs/patches/patch-ae')
-rw-r--r--emulators/bochs/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/bochs/patches/patch-ae b/emulators/bochs/patches/patch-ae
deleted file mode 100644
index 6bc9f28d87e..00000000000
--- a/emulators/bochs/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2002/12/25 01:12:38 uebayasi Exp $
-
---- debug/lexer.c.orig Tue Nov 19 18:25:20 2002
-+++ debug/lexer.c
-@@ -1379,7 +1379,7 @@
- case 110:
- YY_RULE_SETUP
- #line 133 "../../debug/lexer.l"
--{ bxlval.ulval = strtoull(bxtext, NULL, 10); return(BX_TOKEN_LONG_NUMERIC); }
-+{ bxlval.ulval = strtouq(bxtext, NULL, 10); return(BX_TOKEN_LONG_NUMERIC); }
- YY_BREAK
- case 111:
- YY_RULE_SETUP