mirror of
https://github.com/RPCS3/asmjit.git
synced 2026-07-18 10:30:56 -04:00
Avoid an unused argument warning when compiling AsmJit (#301)
This commit is contained in:
@@ -932,6 +932,8 @@ Error RALocalAllocator::allocBranch(InstNode* node, RABlock* target, RABlock* co
|
||||
}
|
||||
|
||||
Error RALocalAllocator::allocJumpTable(InstNode* node, const RABlocks& targets, RABlock* cont) noexcept {
|
||||
DebugUtils::unused(cont);
|
||||
|
||||
if (targets.empty())
|
||||
return DebugUtils::errored(kErrorInvalidState);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user