Commit 884c5075 authored by Kyle Brenneman's avatar Kyle Brenneman
Browse files

GLdispatch: Fix the PPC stubs for slots >= 4096.

We can't use a simple ld instruction for a slot greater than or equal to 4096,
because the offset no longer fits in the signed 16-bit offset field.

Instead, use an addis instruction to deal with the high-order bits in the
offset.
parent d153b06d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment