lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wrapped rdtsc and added x64 support
[lcore.git]
/
pgtypes.inc
diff --git
a/pgtypes.inc
b/pgtypes.inc
index 99fc6c0bee045dd13b744f7e5bcc1e938c8f1f82..4f8d2a8e57fdd6efff54e556aa35198477527cd4 100644
(file)
--- a/
pgtypes.inc
+++ b/
pgtypes.inc
@@
-8,6
+8,6
@@
{$endif}
-{$ifdef i386}{$define ENDIAN_LITTLE}{$endif}
-{$ifdef cpux64}{$define ENDIAN_LITTLE}{$endif}
+{$ifdef i386}{$define ENDIAN_LITTLE}{$
asmmode intel}{$
endif}
+{$ifdef cpux64}{$define ENDIAN_LITTLE}{$
asmmode intel}{$
endif}