RAA: add functions for storing pointers in RAA's
commite39202c96acd5214acfd2588cb60029cd380c866
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 14 Jun 2018 23:05:34 +0000 (14 16:05 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 14 Jun 2018 23:05:34 +0000 (14 16:05 -0700)
treefb832efe47b3c457d2c4c38d7e32729d7caa898c
parent2ef5400ee199402fa3daa6f0949ebf6666a09bce
RAA: add functions for storing pointers in RAA's

RAAs can, and should be, usable for storing pointers as well as
integers. In reality it is exactly the same code, but make it explicit
by having different entry points.  In the actual RAA the data is
stored as a union, which in practice will not occupy any more space
than the existing code.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
include/raa.h
nasmlib/raa.c