STYLE:Empty commit just add information about rev 1.15: the reason is that long is 64-bit on gcc on Linux because it uses the LP64 data model whereas long is 32-bit on VS 64-bit because it uses the LLP64 model (ref: http://en.wikipedia.org/wiki/64-bit#64-bit_data_models )
This commit is contained in:
parent
489df7836e
commit
1fb58e3bf4
|
@ -1234,7 +1234,6 @@ static const char* regnext (register const char* p) {
|
|||
return (p + offset);
|
||||
}
|
||||
|
||||
|
||||
static char* regnext (register char* p) {
|
||||
register int offset;
|
||||
|
||||
|
|
Loading…
Reference in New Issue