Skip to content

Commit d8aaf41

Browse files
authored
Update translate.cpp
1 parent dc43e77 commit d8aaf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shader_recompiler/frontend/translate/translate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ T Translator::GetSrc(const InstOperand& operand) {
284284
}
285285
break;
286286
default:
287-
UNREACHABLE();
287+
//UNREACHABLE();
288288
}
289289

290290
if constexpr (is_float) {

0 commit comments

Comments
 (0)