Discussion:
Error Messages
(too old to reply)
Katherine Chiang
2004-05-21 17:41:25 UTC
Permalink
Does anyone know what the error message:

Machine Exception at 00000430: mips.MachineException$UnalignedAccess

mean?

I was trying to run problem 3 with the test cases, and that's what i
got...

Thanks

Kat
James Schofield
2004-05-21 17:46:05 UTC
Permalink
(stealing an answer from the cs241 newsgroup)

The UnalignedAccess error means that at some
point in your code you are trying to load
or store a word to an address that is not
divisible by four.
Post by Katherine Chiang
Machine Exception at 00000430: mips.MachineException$UnalignedAccess
mean?
I was trying to run problem 3 with the test cases, and that's what i
got...
Thanks
Kat
Loading...