Your compiler trusts you and you lied to it. Shame on you.
What is the real type of the irq0 variable?
Trying to execute code outside RAM?
Re: Trying to execute code outside RAM?
If a trainstation is where trains stop, what is a workstation ?
- Lionel
- Member
- Posts: 117
- Joined: Fri Jul 16, 2010 2:16 pm
- Libera.chat IRC: ryanel
- Location: California
Re: Trying to execute code outside RAM?
An assembler function, ok, now I realize it
If I change it to a external void, it either complains about a incomplete type, or it just crashes qemu again.
If I change it to a external void, it either complains about a incomplete type, or it just crashes qemu again.
Re: Trying to execute code outside RAM?
Did you change it to That might do it.
Code: Select all
void irq0(void);
If a trainstation is where trains stop, what is a workstation ?
- Lionel
- Member
- Posts: 117
- Joined: Fri Jul 16, 2010 2:16 pm
- Libera.chat IRC: ryanel
- Location: California
Re: Trying to execute code outside RAM?
, I forgot the ()!
Thanks, kinda stressed right now so I didn't notice that mistake.
Thank you gerryg400!
~Lionel
Thanks, kinda stressed right now so I didn't notice that mistake.
Thank you gerryg400!
~Lionel