]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: HW_NZALLOC: fix arg handling
authorMike Frysinger <vapier@gentoo.org>
Wed, 29 Dec 2010 02:50:35 +0000 (02:50 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 29 Dec 2010 02:50:35 +0000 (02:50 +0000)
commite61ddca7faeabdba9543dd205e3f3c7e8a58020f
tree30b0d973b2df938b9dd71025fc45c4be8637f044
parentebcd3b23ee08bb41a5492dce554c810eb59f895d
sim: HW_NZALLOC: fix arg handling

The HW_NZALLOC macro has all caps args for some reason (unlike the other
alloc helpers), and ends up not using the "ME" argument since its copy
and paste source uses "me".  Make all the args lowercase to match the
style of all the other args and make it use the correct "me".

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
sim/common/ChangeLog
sim/common/hw-alloc.h