Skip to content
Snippets Groups Projects
Commit caddd55c authored by Christian Bay's avatar Christian Bay
Browse files

CPU: Remove one likely macro.

parent f84c1dbe
No related branches found
No related tags found
No related merge requests found
......@@ -331,7 +331,7 @@ cpu_modrm_eval_register(cpu_state *cpu_state, cpu_register reg, uint32_t **reg_a
if(unlikely(reg > EDI))
return 0xff;
if(likely(!is_8bit)){
if(!is_8bit){
*reg_addr = &(cpu_state->eax)+reg;
return reg;
}else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment