Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/src/
H A Ddebug.c218 static void no_such_register(PARROT_INTERP,
3269 no_such_register(PARROT_INTERP, char register_type, UINTVAL register_num) in no_such_register() function
3271 ASSERT_ARGS(no_such_register) in no_such_register()
3326 no_such_register(debugger, reg_type_id, register_num); in PDB_assign()