mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-23 11:39:45 +00:00
[GPU] Remove a dangerous comment about break after exece [ci skip]
There can be jumps across an exece, so the code beyond it may still be executed.
This commit is contained in:
parent
53f98d1fe6
commit
0e81293b02
@ -186,7 +186,6 @@ void Shader::AnalyzeUcode(StringBuffer& ucode_disasm_buffer) {
|
||||
constant_register_map_.bool_bitmap[bool_constant_index / 32] |=
|
||||
uint32_t(1) << (bool_constant_index % 32);
|
||||
}
|
||||
// TODO(benvanik): break if (DoesControlFlowOpcodeEndShader(cf.opcode()))?
|
||||
}
|
||||
}
|
||||
ucode_disassembly_ = ucode_disasm_buffer.to_string();
|
||||
|
Loading…
Reference in New Issue
Block a user