lcore.org gitweb
/
lcore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b89bae
)
make taddrint on i386 unsigned if possible
author
beware
<beware@bircd.org>
Mon, 27 Sep 2021 11:13:24 +0000
(11:13 +0000)
committer
beware
<beware@bircd.org>
Mon, 27 Sep 2021 11:13:24 +0000
(11:13 +0000)
git-svn-id: file:///svnroot/lcore/trunk@162
b1de8a11
-f9be-4011-bde0-
cc7ace90066a
pgtypes.pas
patch
|
blob
|
history
diff --git
a/pgtypes.pas
b/pgtypes.pas
index a232262c5e9ef4ceacadd6f5b9a9ec35a1b4c2b2..9d42a060c0870324298d212a96bee5488dbf9eb2 100644
(file)
--- a/
pgtypes.pas
+++ b/
pgtypes.pas
@@
-9,10
+9,11
@@
unit pgtypes;
interface
\r
\r
{$include pgtypes.inc}
\r
+{$include uint32.inc}
\r
\r
type
\r
{$ifdef i386}
\r
- taddrint=
longint
;
\r
+ taddrint=
uint32
;
\r
{$else}
\r
{$ifdef cpux64}
\r
taddrint=int64;
\r