mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-22 07:30:54 +00:00
Fix a comment.
This commit is contained in:
parent
cf463ff155
commit
32f4e70826
@ -1324,7 +1324,7 @@ with longLongPtr^ do begin
|
||||
baseType := cgQuad;
|
||||
cType := ctLongLong;
|
||||
end; {with}
|
||||
new(uLongLongPtr); {unsigned long}
|
||||
new(uLongLongPtr); {unsigned long long}
|
||||
with uLongLongPtr^ do begin
|
||||
size := cgQuadSize;
|
||||
saveDisp := 0;
|
||||
|
Loading…
Reference in New Issue
Block a user