handle src buffer underflow corner cases
[sdl_omap.git] / src / hermes / common.inc
CommitLineData
e14743d1 1; Some common macros for hermes nasm code
2
3%macro SDL_FUNC 1
4%ifdef HIDDEN_VISIBILITY
5GLOBAL %1:function hidden
6%else
7GLOBAL %1
8%endif
9%endmacro