From 8cba915bca8d48a7ac4d9571004975320f71a7ff Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 3 Apr 2025 21:48:04 +0800 Subject: Moved more functions to os.h (#2497) * Removed some unused function declarations * Moved more functions to os.h * review --- src/include/bridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/bridge.h') diff --git a/src/include/bridge.h b/src/include/bridge.h index e87e5d45..a4797bce 100644 --- a/src/include/bridge.h +++ b/src/include/bridge.h @@ -31,6 +31,6 @@ void init_bridge_helper(void); void fini_bridge_helper(void); // Is what pointed at addr a native call? And if yes, to what function? -int isNativeCall(uintptr_t addr, int is32bits, uintptr_t* calladdress, uint16_t* retn); +int isNativeCallInternal(uintptr_t addr, int is32bits, uintptr_t* calladdress, uint16_t* retn); #endif //__BRIDGE_H_ -- cgit 1.4.1