mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 19:25:39 +08:00
The _VBR is a symbol defined by linker scripts. You cannot change this value at runtime. The BSP initialization has to ensure that m68k_set_vbr() is only set to _VBR. Close #5210.