next up previous contents index
Next: 27.6.5 Why is the Up: 27.6 Changing parameters and Previous: 27.6.3 Why isn't there

27.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.



Utah Flux Research Group