Merge pull request #2078 from ThalesSiliconSecurity/test_isa

ISACOV : switch beq instruction register
This commit is contained in:
JeanRochCoulon 2023-07-26 14:56:20 +02:00 committed by GitHub
commit fa24d9f122
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ branch2:
branch3:
bltu a1, a1, branch3
branch4:
beq a1, zero, branch4
beq zero, a1, branch4
branch5:
bne t5, t5, branch5
addi a0, a0, 22