Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Fix conditional operator in e203_exu_alu_muldiv#47

Open
sylwpro wants to merge 1 commit into
SI-RISCV:masterfrom
sylwpro:pull_request_conditional
Open

Fix conditional operator in e203_exu_alu_muldiv#47
sylwpro wants to merge 1 commit into
SI-RISCV:masterfrom
sylwpro:pull_request_conditional

Conversation

@sylwpro

@sylwpro sylwpro commented Aug 26, 2020

Copy link
Copy Markdown

Expressions in conditional operator are not self-determined. Unsigned type is propagated to all operands of the expression.
Added $signed to prevent it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant