diff options
Diffstat (limited to 'compiler/ncginl.pas')
-rw-r--r-- | compiler/ncginl.pas | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/ncginl.pas b/compiler/ncginl.pas index 60f76dc6a2..13f93a6b2a 100644 --- a/compiler/ncginl.pas +++ b/compiler/ncginl.pas @@ -59,6 +59,7 @@ interface procedure second_setlength; virtual; abstract; procedure second_box; virtual; abstract; procedure second_popcnt; virtual; + procedure second_seg; virtual; abstract; end; implementation @@ -187,6 +188,8 @@ implementation second_box; in_popcnt_x: second_popcnt; + in_seg_x: + second_seg; else internalerror(9); end; end; |