violet: initial implementation

This commit is contained in:
Alex Coyte
2016-07-15 13:07:00 +10:00
committed by Matthew Barr
parent b13a90e5d2
commit 5c5ec905cc
31 changed files with 3171 additions and 201 deletions

View File

@@ -2064,8 +2064,7 @@ sombe_rv doHaigLitSom(NG &ng, NGHolder &g, const NGWrapper &w, u32 comp_id,
ReportManager &rm = ng.rm;
SomSlotManager &ssm = ng.ssm;
// This approach relies on Rose.
if (!cc.grey.allowRose) {
if (!cc.grey.allowHaigLit) {
return SOMBE_FAIL;
}