summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
968c333)
-{$ifdef cpu386}{$define i386}{$endif}
+{$ifdef cpu386}
+ {$define i386}
+ {$define cpux86}
+{$endif}
+
+{$ifdef cpuamd64}
+ {$define cpux64}
+{$endif}
+
+
{$ifdef i386}{$define ENDIAN_LITTLE}{$endif}
{$ifdef i386}{$define ENDIAN_LITTLE}{$endif}
+{$ifdef cpux64}{$define ENDIAN_LITTLE}{$endif}