Adapted by Sjoerd to amoeba.
This commit is contained in:
parent
44ccf469d9
commit
42c2a9754f
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ determine_ordering()
|
|||
bytes_reversed = TRUE;
|
||||
sp = (short *)&l;
|
||||
sp[0] = 0x0001; sp[1] = 0x0002;
|
||||
if (l != 0x0001 + (0x0002 << 16))
|
||||
if (l != 0x0001 + (0x0002L << 16))
|
||||
words_reversed = TRUE;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* Now for Vax 11/750.
|
||||
*/
|
||||
|
||||
#define K 1024
|
||||
#define K 1024L
|
||||
|
||||
mems[ALLOEMIT + 0].mem_left = 64 * K;
|
||||
mems[ALLOEMIT + 1].mem_left = 64 * K;
|
||||
|
|
Loading…
Reference in a new issue