1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/bochs/files/patch-ae
David E. O'Brien c2882b977a Support bochs's internal debugger.
Submitted by:	jhb
2000-02-03 16:01:13 +00:00

12 lines
352 B
Plaintext

--- debug/lexer.c.orig Wed Feb 2 17:00:44 2000
+++ debug/lexer.c Wed Feb 2 17:00:02 2000
@@ -1272,7 +1272,7 @@
case 92:
YY_RULE_SETUP
#line 108 "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 93:
YY_RULE_SETUP