Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vm_2015
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christian Bay
vm_2015
Commits
caddd55c
Commit
caddd55c
authored
Nov 25, 2015
by
Christian Bay
Browse files
Options
Downloads
Patches
Plain Diff
CPU: Remove one likely macro.
parent
f84c1dbe
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
vm/comp/cpu.c
+1
-1
1 addition, 1 deletion
vm/comp/cpu.c
with
1 addition
and
1 deletion
vm/comp/cpu.c
+
1
−
1
View file @
caddd55c
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment