Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix compile warning in JIT without RV32F/C #368

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

visitorckw
Copy link
Collaborator

Fix warnings in JIT compiler caused by unused functions 'do_cfsw', 'do_cflw', 'do_cfswsp', and 'do_cflwsp' when JIT compiler is enabled without F or C extensions.

Fix warnings in JIT compiler caused by unused functions 'do_cfsw',
'do_cflw', 'do_cfswsp', and 'do_cflwsp' when JIT compiler is enabled
without F or C extensions.
@jserv jserv changed the title Fix compile warning in JIT compiler without RV32F or RV32C Fix compile warning in JIT without RV32F/C Feb 28, 2024
@jserv jserv merged commit cc50a1f into sysprog21:master Feb 28, 2024
7 checks passed
@jserv
Copy link
Contributor

jserv commented Feb 28, 2024

Thank @visitorckw for contributing!

@visitorckw visitorckw deleted the fix-jit-compile-warning branch February 29, 2024 02:08
@jserv jserv added this to the release-2024.1 milestone Apr 30, 2024
vestata pushed a commit to vestata/rv32emu that referenced this pull request Jan 24, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants