diff options
author | KC Sivaramakrishnan <kc@kcsrk.info> | 2019-06-15 09:11:51 +0530 |
---|---|---|
committer | KC Sivaramakrishnan <kc@kcsrk.info> | 2019-08-23 09:50:05 +0530 |
commit | fdd4d73b438f3d6af456bb778b5da99a92635b55 (patch) | |
tree | b2ca2205d678f0260edf826f3802448a8c2c0ec4 /testsuite | |
parent | 4dab86ad54074134f69df294fd3817532373557e (diff) | |
download | ocaml-fdd4d73b438f3d6af456bb778b5da99a92635b55.tar.gz |
Domain state support for i386
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tools/asmgen_i386.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tools/asmgen_i386.S b/testsuite/tools/asmgen_i386.S index 5878395a4c..1d16b72d4e 100644 --- a/testsuite/tools/asmgen_i386.S +++ b/testsuite/tools/asmgen_i386.S @@ -49,9 +49,7 @@ G(call_gen_code): G(caml_c_call): jmp *%eax - .comm G(caml_exception_pointer), 4 - .comm G(young_ptr), 4 - .comm G(young_start), 4 + .comm G(Caml_state), 4 /* Some tests are designed to cause registers to spill; on * x86 we require the caml_extra_params symbol from the RTS. */ |