comparison packages/hal/mips/vrc4373/current/src/platform.S @ 119:77cec8369160 ecos-sw-2000-09-01

Merge from eCos master repository on 2000-09-01-07:47:03-BST
author jlarmour
date Fri, 01 Sep 2000 13:45:23 +0000
parents 435cced73e2f
children 25e238959bae
comparison
equal deleted inserted replaced
118:59c1a83fb200 119:77cec8369160
187 ## above to work around any bus errors provoked by the VRC4373. 187 ## above to work around any bus errors provoked by the VRC4373.
188 188
189 FUNC_START(hal_pci_config_read) 189 FUNC_START(hal_pci_config_read)
190 190
191 hal_pci_config_read_load: 191 hal_pci_config_read_load:
192 .set noreorder
192 lw v0,0(a0) # Read the value. If this bus-errors the 193 lw v0,0(a0) # Read the value. If this bus-errors the
193 # handler will skip this instruction and 194 # handler will skip this instruction and
194 # put 0xFFFFFFFF into v0. 195 # put 0xFFFFFFFF into v0.
195 jr ra # And return 196 jr ra # And return
196 nop 197 nop