Skip to content

Fix signed comparisons and clean test infrastructure - #61

Open
n0thingNoob wants to merge 1 commit into
mainfrom
codex/repo-test-cleanup
Open

Fix signed comparisons and clean test infrastructure#61
n0thingNoob wants to merge 1 commit into
mainfrom
codex/repo-test-cleanup

Conversation

@n0thingNoob

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI lite review requested due to automatic review settings August 19, 2026 11:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@n0thingNoob
n0thingNoob requested a review from Jackcuii August 19, 2026 11:05
Comment thread core/emu.go
src1Pred := src1Struct.Pred
src2Pred := src2Struct.Pred
resultPred := src1Pred && src2Pred
src1Signed := int32(src1Val)
Comment thread core/emu.go
src2Pred := src2Struct.Pred
resultPred := src1Pred && src2Pred
src1Signed := int32(src1Val)
src2Signed := int32(src2Val)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants