fix fp subtractions on amd64
The stashing of constants in gas.c was also changed to support 16-bytes constants.
This commit is contained in:
parent
9908ae067a
commit
64c79edda0
5 changed files with 60 additions and 46 deletions
2
all.h
2
all.h
|
@ -517,5 +517,5 @@ void rega(Fn *);
|
|||
extern char *gasloc;
|
||||
extern char *gassym;
|
||||
void gasemitdat(Dat *, FILE *);
|
||||
int gasstashfp(int64_t, int);
|
||||
int gasstash(void *, int);
|
||||
void gasemitfin(FILE *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue