rllpack: make all pointers 32 bits widesyslinux-3.80-pre2
commitf2dc4e108dbec03b05f8629626b0006454e6195e
authorH. Peter Anvin <hpa@zytor.com>
Mon, 27 Apr 2009 22:58:18 +0000 (27 15:58 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 27 Apr 2009 22:58:18 +0000 (27 15:58 -0700)
treef9270fac8cef8ff14c4092c3d1ffa29bdbcd9c0b
parent09ed0b6f311dfe9bf01e9ed025a77ce6bf2a3d8e
rllpack: make all pointers 32 bits wide

The messing around with partial pointers for rllpack/rllunpack turned
out to be a source of bugs.  Instead, have all the values be 32 bits
wide, and require the callers to pass them accordingly.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/parseconfig.inc
core/rllpack.inc
core/ui.inc