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

XOR display issue #500

Open
LH-and-FPGA opened this issue Jan 13, 2025 · 0 comments
Open

XOR display issue #500

LH-and-FPGA opened this issue Jan 13, 2025 · 0 comments

Comments

@LH-and-FPGA
Copy link
Contributor

Describe the bug
XOR operation unexpectedly calls AddOp instead of BitXorOp. This behavior does not align with the expected functionality.

To Reproduce
Steps to reproduce the behavior:

  1. Run the program on Windows 11 with version v5.2.3.
  2. Execute an XOR operation in the affected module.
  3. Observe the call stack or execution flow.
  4. Notice that AddOp is invoked instead of BitXorOp.

Expected behavior
The XOR operation should correctly call BitXorOp to ensure the intended functionality is preserved.

Desktop (please complete the following information):

  • OS: Windows 11
  • Version: v5.2.3

Additional context
Testing indicates that this issue can be resolved by modifying specific parts of the codebase. Further details can be provided upon request.

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

No branches or pull requests

1 participant