This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
register _Jv_uintptr_t *_ebp __asm__ ("ebp");
_Jv_uintptr_t rfp;
for (rfp = *_ebp; rfp; rfp = *(_Jv_uintptr_t *)rfp)
{
// only read access for rfp
}
thanks Marco
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |