This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am using GDB with Microblaze assembly running under OVPsim. I have the following problem: (gdb) advance PTE_entry_empty 0x00000598 in PTE_entry_empty() 1: x/i $pc => 0x598 <PTE_entry_empty+36>: mfs r6, rear ie., although I ask GDB to advance to a particular symbol it goes well beyond it - and even seems [...] read more