rose: define invalid value for program offset

This commit is contained in:
Justin Viiret
2017-02-01 10:41:32 +11:00
committed by Matthew Barr
parent ebe12797e6
commit a4af801dd1
3 changed files with 8 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
#include "rose_build.h"
#include "rose_build_util.h"
#include "rose_common.h"
#include "rose_graph.h"
#include "nfa/mpvcompile.h"
#include "nfa/goughcompile.h"
@@ -441,8 +442,8 @@ struct LitFragment {
: fragment_id(fragment_id_in), groups(groups_in) {}
u32 fragment_id;
rose_group groups;
u32 lit_program_offset = 0;
u32 delay_program_offset = 0;
u32 lit_program_offset = ROSE_INVALID_PROG_OFFSET;
u32 delay_program_offset = ROSE_INVALID_PROG_OFFSET;
};
// Concrete impl class