- Remove unused variable fpustate.

git-svn-id: trunk@16123 -
This commit is contained in:
daniel 2010-10-10 15:09:05 +00:00
parent d1ed076618
commit f4ec65add8

View File

@ -19,7 +19,7 @@
procedure SignalToRunerror(Sig: longint; { _a2,_a3,_a4 : dword; } SigContext: PSigInfo; uContext : PuContext); public name '_FPC_DEFAULTSIGHANDLER'; cdecl;
var
res,fpustate : word;
res : word;
begin
res:=0;
case sig of