Skip to content
Snippets Groups Projects
Commit 29f1fd98 authored by rtoy's avatar rtoy
Browse files

Change how we put the FPU type into the core file. We can't use

compile-time options to do this.  The running core file has to tell
us.

lisp/save.c:
o Add extra arg to save function to indicate whether the core we're
  saving supports sse2 or not.  Non-zero means sse2.
o Put the correct indication into the core file.

lisp/save.h:
o Update declaration of save.

code/save.lisp:
o Update alien definition for save
o Pass in the extra parameter for the save routine to indicate if we
  support sse2 or not.
parent cc0e075f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment