mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
Fix for POQ..
This commit is contained in:
parent
1058a4cdd7
commit
f2d9450d96
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ LTestDone:
|
|||
cmpl $4,%eax
|
||||
ja LDefault
|
||||
|
||||
jmp DP_EntryTable-4(,%eax,4)
|
||||
jmp *DP_EntryTable-4(,%eax,4)
|
||||
|
||||
// 1x1
|
||||
.globl DP_1x1
|
||||
|
|
|
@ -847,7 +847,7 @@ LRightEdgeStepped:
|
|||
pushl %esi
|
||||
|
||||
movl spanpackage_t_ptex(%esi),%esi
|
||||
jmp aff8entryvec_table(,%eax,4)
|
||||
jmp *aff8entryvec_table(,%eax,4)
|
||||
|
||||
// %bx = count of full and partial loops
|
||||
// %ebx high word = sfrac
|
||||
|
|
Loading…
Reference in a new issue