Fixed floating point support in assembler.
This commit is contained in:
@@ -94,9 +94,9 @@ static uint64_t readParenExpression(const string &s, const map<string, Word> &d,
|
||||
exit(1);
|
||||
}
|
||||
|
||||
int lexerBytes;
|
||||
int lexerFloatBytes;
|
||||
Obj *AsmReader::read(std::istream &input) {
|
||||
lexerBytes = wordSize;
|
||||
lexerFloatBytes = wordSize;
|
||||
FlexLexer *f = new yyFlexLexer(&input);
|
||||
Obj *o = new Obj();
|
||||
std::vector<Chunk>::reverse_iterator cur;
|
||||
|
||||
Reference in New Issue
Block a user