mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
This commit is contained in:
commit
05baca9f40
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ struct TypeInfo : Moveable<TypeInfo> {
|
|||
|
||||
typedef TypeInfo Context;
|
||||
|
||||
struct Val : Moveable<Val, TypeInfo> {
|
||||
struct Val : Moveable<Val>, TypeInfo {
|
||||
bool array = false;
|
||||
bool rvalue = false; // data is loaded from debugee (if false, data pointed to by address)
|
||||
byte bitpos = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue