Ignore:
Timestamp:
Jun 26, 2017, 6:45:41 PM (7 years ago)
Author:
ertl-honda
Message:

3.0.0のリリース版に追従

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/arch/arm_gcc/common/core_check.trb

    r304 r305  
    33#               ãƒ‘ス3の生成スクリプトのコア依存部(ARM用)
    44#
    5 #  $Id: core_check.trb 572 2016-02-01 14:40:09Z ertl-hiro $
     5#  $Id: core_check.trb 588 2016-02-05 12:54:58Z ertl-hiro $
    66#
    77
     
    1919#
    2020inhTable = SYMBOL("_kernel_inh_table")
    21 $cfgData[:DEF_INH].each do |id, params|
     21$cfgData[:DEF_INH].each do |key, params|
    2222  inthdr = PEEK(inhTable + params[:inhno] * $sizeof_FP, $sizeof_FP)
    2323
     
    3939#
    4040excTable = SYMBOL("_kernel_exc_table")
    41 $cfgData[:DEF_EXC].each do |id, params|
     41$cfgData[:DEF_EXC].each do |key, params|
    4242  exchdr = PEEK(excTable + params[:excno] * $sizeof_FP, $sizeof_FP)
    4343
Note: See TracChangeset for help on using the changeset viewer.