|
我看u-boot中u-boot-1.1.6\u-boot-1.1.6\cpu\arm920t\start.S有这样几句:
ldr pc, _undefined_instruction
_undefined_instruction: .word undefined_instruction
我看了些帖子是这样说的:把_undefined_instruction里面的内容载入PC
而_undefined_instruction: .word undefined_instruction这个是定义了PC的地址
但是undefined_instruction这不是一个地址啊我找了下:
undefined_instruction:
get_bad_stack
bad_save_user_regs
bl do_undefined_instruction
如果这是个地址那么这个地址不就是不确定的了?
|
|