Home
last modified time | relevance | path

Searched refs:newsp (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dsparc-stub.c668 unsigned long *newsp, psr; in handle_exception() local
681 newsp = (unsigned long *)registers[SP]; in handle_exception()
682 if (sp != newsp) in handle_exception()
683 sp = memcpy(newsp, sp, 16 * 4); in handle_exception()