Skip to content

Commit f9901b1

Browse files
committed
fshand module is used only for 32-bit code
1 parent 3871063 commit f9901b1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

bld/cpplib/runtime/runtime.mif

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ prefix_x = runx
99

1010
!ifeq processor axp
1111
objs_asm =
12-
!else
12+
!else ifeq processor 386
1313
objs_asm = fshand.obj
1414
!endif
1515

@@ -23,17 +23,14 @@ dbg_objs_c = rtdbgst.obj rtdbgcom.obj
2323

2424
!ifdef fs_registration
2525
require_registration = y
26+
!else ifdef pd_registration
2627
!else
27-
! ifdef pd_registration
28-
! else
28+
require_registration = y
2929
sysind_registration = y
30-
! endif
3130
!endif
3231

3332
!ifdef sysind_registration
34-
require_registration = y
35-
objs_reg = ljmpdtor.obj &
36-
ljmpinit.obj
33+
objs_reg = ljmpdtor.obj ljmpinit.obj
3734
!else
3835
objs_reg =
3936
!endif

0 commit comments

Comments
 (0)