mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Fix string-at-start-of chunk bug. Thanks, @tinebp!
This commit is contained in:
parent
0397e6545a
commit
8e51332932
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ Obj *AsmReader::read(std::istream &input) {
|
|||
o->chunks.push_back(dc);
|
||||
if (entry) o->entry = o->chunks.size() - 1;
|
||||
if (global) dc->setGlobal();
|
||||
chunkCreated = true;
|
||||
}
|
||||
const char *s = yylval.s.c_str();
|
||||
do {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue