Browse Source

+ added fpc_in_aligned forgotten in r23310

git-svn-id: trunk@28812 -
Jonas Maebe 10 years ago
parent
commit
d9c13d892e
1 changed files with 1 additions and 0 deletions
  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;