• J
    Clean up usage of 'ret' variable · 2542eb75
    Ján Tomko 提交于
    Do not store the return value of called functions in the same variable
    as the (future) return value of the current function.
    
    This makes tracking the origin of the value easier and reduces
    the chance of introducing a new point of exit without resetting
    the return value back to -1.
    2542eb75
uml_driver.c 83.8 KB