Skip to content

Commit

Permalink
msr-cmd: fix bug that not applying all processors when -s is passed
Browse files Browse the repository at this point in the history
Signed-off-by: cocafe <cocafehj@gmail.com>
  • Loading branch information
cocafe committed Jun 3, 2021
1 parent 6ec16f3 commit 61ea213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msr-cmd/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ int msr_write(config_t *cfg)
}

if (no_readback)
break;
continue;

eax = edx = 0;

Expand Down

0 comments on commit 61ea213

Please sign in to comment.