• Nathaniel Wesley Filardo's avatar
    Switch GET_BYTE_FN to LUA_LOAD_BYTE_FN · 565bbbfc
    Nathaniel Wesley Filardo authored
    This is intended to be a more portable abstraction: rather than
    hard-coding offsets in the macro invocations, it relies on the existence
    of __builtin_offset and its availability even within inline asm blocks.
    
    While here, rename some of the functions involved to hopefully improve
    clarity
    565bbbfc
lapi.c 31.9 KB