Commit be6b7591 authored by Lioncash's avatar Lioncash
Browse files

macro_hle: Simplify shift expression in HLE_771BB18C62444DA0()

Given the expression involves a 32-bit value, this simplifies down to
just: 0x3ffffff. This is likely a remnant from testing that was never
cleaned up.

Resolves a -Wshift-overflow warning.
parent 3bbf4462
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment