> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.6.18 #1-NixOS SMP PREEMPT_DYNAMIC Fri Feb 23 08:25:28 UTC 2024 x86_64 GNU/Linux 01:20:25 up 1 day 4:48, 2 users, load average: 0.98, 0.62, 0.35
This commit is contained in:
parent
bc58e07285
commit
ec8fdcbe38
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ static void decode_operand(Decode *s, int *rd, word_t *src1, word_t *src2, word_
|
||||||
|
|
||||||
static void do_branch(Decode *s, bool condition, word_t offset) {
|
static void do_branch(Decode *s, bool condition, word_t offset) {
|
||||||
if (condition) {
|
if (condition) {
|
||||||
printf("offset: %x %d\n", offset, offset);
|
|
||||||
puts(s->logbuf);
|
puts(s->logbuf);
|
||||||
s->dnpc = s->pc + offset;
|
s->dnpc = s->pc + offset;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue