next up previous contents index
Next: 20.6.5 Why is the Up: 20.6 Changing parameters and Previous: 20.6.3 Why isn't there

20.6.4 Why don't my assembly routines register properly with mcount?

You need to hand-code stubs for them which call __mcount. Sorry. The compiler only autogenerates the _mcount stubs for C routines. The call to __mcount is performed for you if you use the oskit ENTRY() macro.



University of Utah Flux Research Group