summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-03-03 20:04:14 +0000
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-03-03 20:04:14 +0000
commit1be90ecf5c097c143ec90f463dbd73e7fa1ad3f9 (patch)
tree658c8d5e27903155d582fb0e14b08dbe1094a4d4 /Private/NewKit
parente93e0a0c548a407b7eadc8148687f626f2e26c42 (diff)
HCoreKrnl:HAL: Improve interrupt handling, found a solution to interrupt problem in C++; don't modify the stack on the C++ side.
Diffstat (limited to 'Private/NewKit')
-rw-r--r--Private/NewKit/Macros.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/NewKit/Macros.hpp b/Private/NewKit/Macros.hpp
index 5b8fd0ce..141ccc53 100644
--- a/Private/NewKit/Macros.hpp
+++ b/Private/NewKit/Macros.hpp
@@ -89,3 +89,4 @@
#endif
#define STRINGIFY(X) #X
+#define HCORE_UNUSED(X) ((void)X) \ No newline at end of file