#Benchmark RefreshGList
24-Apr-88 11:29:07
Sb: #120550-#Benchmark RefreshGList
Fm: Steve Faiwiszewski 74106,425
To: Jim Vogel 73177,441
Leon already pointed out that the call to RefreshGList is flawed in the Beta
relase of Benchmark. My suggestion: code a call to the Intuition procedure
yourself. If you have a debugger (MetaScope is GREAT), or a disassembler,
simply disassemble Benchmark's RefreshGList procedure, and duplicate it in
your own procedure, and fix the problem. I can give you the exact (and
correct) assembly code. You can simply use INLINE and SETREG to get it
working.
– Steve –