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.
Loading
Please register or sign in to comment