View Single Post
Old 01 December 2020, 19:12   #3
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
So all i have to do is to grab the pointer to parent class and call the routine from the hook ?

Assuming a0,a1,a2 are like when i got called, it would then just be :
Code:
 move.l $18(a0),a0		; cl_Super
 move.l 8(a0),-(a7)		; h_Entry
 rts
Correct or not ?
meynaf is offline  
 
Page generated in 0.04217 seconds with 11 queries