ref: 069fd98950440119fef047c09e8816e1e1601319
parent: caec06be08d80ed5c6d99367604dbba006d6013f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Dec 29 11:38:04 EST 2023
?c: fix nodret check we used to compare the symbol to nodret->s to see if we got the return pointer, but this is wrong as nodret is a OIND, pointing to a ONAME and therefore sym would be nil. instead, just compare the symbol string to ".ret".