Adapted by Sjoerd to amoeba.

This commit is contained in:
keie 1985-06-10 10:53:15 +00:00
parent 44ccf469d9
commit 42c2a9754f
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ determine_ordering()
bytes_reversed = TRUE; bytes_reversed = TRUE;
sp = (short *)&l; sp = (short *)&l;
sp[0] = 0x0001; sp[1] = 0x0002; sp[0] = 0x0001; sp[1] = 0x0002;
if (l != 0x0001 + (0x0002 << 16)) if (l != 0x0001 + (0x0002L << 16))
words_reversed = TRUE; words_reversed = TRUE;
} }

View file

@ -6,7 +6,7 @@
* Now for Vax 11/750. * Now for Vax 11/750.
*/ */
#define K 1024 #define K 1024L
mems[ALLOEMIT + 0].mem_left = 64 * K; mems[ALLOEMIT + 0].mem_left = 64 * K;
mems[ALLOEMIT + 1].mem_left = 64 * K; mems[ALLOEMIT + 1].mem_left = 64 * K;