|
Message
From: gurumurt@c...<gurumurt@c...>
Date: Tue Jun 22 22:15:29 CEST 2004
Subject: [openrisc] Architecture simulation of basic.S
When I run the basic.or32 thru the or32-uclinux-sim, I get into the following problem.
One of the last instructions in the file is; l.jal _report
I dont find the pointer "_report" anywhere in the file. When I simulate it (architecture simulation) it translates the above statement to 1.jal 0x8a And it jumps to that space and somewhere in that space it encounters a jump to 0 and goes into an infinite loop of staying at 0th location. This causes a problem when I run "run_sw" since it keeps on writing on to the log file till it reaches the disk quota. What should I do to avert this problem? Specifically, where does it jump when it encounters l.jal _report? Thanks, Guru
|
 |