소스 검색

+ added fpc_in_aligned forgotten in r23310

git-svn-id: trunk@28812 -
Jonas Maebe 10 년 전
부모
커밋
d9c13d892e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/inc/innr.inc

+ 1 - 0
rtl/inc/innr.inc

@@ -88,6 +88,7 @@ const
    fpc_in_box_x             = 77; { managed platforms: wrap in class instance }
    fpc_in_unbox_x_y         = 78; { manage platforms: extract from class instance }
    fpc_in_popcnt_x          = 79;
+   fpc_in_aligned_x         = 80;
 
 { Internal constant functions }
    fpc_in_const_sqr        = 100;