Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix]fix bug that regext change the imm in inst #26

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Conversation

yangzexia
Copy link
Contributor

增加一个在立即数扩展指令的状态中增加一个变量validi表示regexti指令有效,该变量有效时才进行立即数扩展

@yangzexia yangzexia added the bug Something isn't working label Feb 28, 2024
@yangzexia yangzexia linked an issue Feb 28, 2024 that may be closed by this pull request
Copy link
Contributor

@Jules-Kong Jules-Kong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Jules-Kong Jules-Kong merged commit 89aea93 into main Mar 7, 2024
1 check passed
@Jules-Kong Jules-Kong deleted the 25-regext_imm branch March 7, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regext指令会改变下一条指令的立即数符号位
2 participants