Fill in unassigned mem read/write callbacks.
commit3cab721d0e01422337d14250f66b6362eb573aa2
authorRichard Henderson <rth@twiddle.net>
Fri, 7 May 2010 16:52:51 +0000 (7 09:52 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 7 May 2010 16:58:38 +0000 (7 16:58 +0000)
treef5134ce2a93dd289cad50bcbb669d0576ed2b183
parent4cbd40cec0e5b54856bad2ddcc714ca8be350029
Fill in unassigned mem read/write callbacks.

Implement the "functions may be omitted with NULL pointer"
interface mentioned in the function block comment by transforming
NULL entries in the read/write arrays into calls to the
unassigned_mem family of functions.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
exec.c