LLP64: change unsigned long to uword_t
authorDavid Lichteblau <david@lichteblau.com>
Mon, 12 Nov 2012 15:35:23 +0000 (16:35 +0100)
committerDavid Lichteblau <david@lichteblau.com>
Tue, 20 Nov 2012 14:01:27 +0000 (15:01 +0100)
commitb727b3bff6f2a989e8e20e199945c2bf768214a9
tree95471cbe86131c73b3449ebc056ff1383b1a5a3c
parent22d55b9f0d56c5998290878d5ab56b76b0544aa6
LLP64: change unsigned long to uword_t

Adjust uses of `unsigned long' in the C runtime for LLP64 platforms:
Replace with `uword_t' where applicable.

Thanks to Anton Kovalenko.
18 files changed:
src/compiler/generic/objdef.lisp
src/runtime/backtrace.c
src/runtime/breakpoint.c
src/runtime/coreparse.c
src/runtime/gc-common.c
src/runtime/gc-internal.h
src/runtime/gencgc.c
src/runtime/interr.c
src/runtime/interrupt.c
src/runtime/interrupt.h
src/runtime/monitor.c
src/runtime/pseudo-atomic.h
src/runtime/runtime.h
src/runtime/save.c
src/runtime/thread.c
src/runtime/validate.c
src/runtime/vars.c
src/runtime/x86-64-arch.c