thermosphere: uninline recursive lock funcs

This commit is contained in:
TuxSH
2020-01-21 00:05:01 +00:00
parent 217c1ad054
commit c64ccd86ee
5 changed files with 42 additions and 22 deletions

View File

@@ -18,7 +18,8 @@
#include "watchpoints.h"
#include "breakpoints_watchpoints_load.h"
#include "utils.h"
#include "sysreg.h"
#include "core_ctx.h"
#include "execute_function.h"
#include "debug_log.h"
WatchpointManager g_watchpointManager = {0};