Home
last modified time | relevance | path

Searched defs:newpc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/alpha/alpha/
H A Ddb_interface.c546 db_addr_t newpc; in db_branch_taken() local
/netbsd-src/external/mit/lua/dist/src/
H A Dldebug.c851 static int changedline (const Proto *p, int oldpc, int newpc) { in changedline()