quakeforge/libs/gamecode
Bill Currie bb065bd233 Be a little leniant with vector param stores.
qcc always used vector stores to load values into the function parameters,
but if the location of the value is too close to the end of the global data
block (the vector spans the end of the block), it would trigger the bounds
check code. Thus, allow such instructions without a murmer, so long as it
actually is a parameter write.
2011-08-16 12:10:05 +09:00
..
engine Be a little leniant with vector param stores. 2011-08-16 12:10:05 +09:00
Makefile.am Nuke libQFbuiltins. 2011-01-04 21:21:19 +09:00