mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
bug fix - c23f705349
This commit is contained in:
parent
2592aeb85e
commit
d481042480
2 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
|
||||
#define invalidateTMcache(t) ((t)->flags = 0)
|
||||
|
||||
/* returns the key, given the value of a table entry */
|
||||
#define keyfromval(v) \
|
||||
(gkey(cast(Node *, cast(char *, (v)) - offsetof(Node, i_val))))
|
||||
|
||||
|
||||
LUAI_FUNC const TValue *luaH_getint(Table *t, int key);
|
||||
LUAI_FUNC void luaH_setint(lua_State *L, Table *t, int key, TValue *value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue