MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / uae_lua_log_error

Function uae_lua_log_error

src/luascript.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void uae_lua_log_error(lua_State *L, const char *msg)
113{
114 write_log("%s: %s\n", msg, lua_tostring(L, -1));
115 //printf("%s: %s\n", msg, lua_tostring(L, -1));
116}
117
118void uae_lua_aquire_lock()
119{

Callers 1

uae_lua_run_handlerFunction · 0.85

Calls 1

write_logFunction · 0.70

Tested by

no test coverage detected