浏览代码

+ 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;