1
0
mirror of synced 2026-05-01 22:17:38 +00:00

smtr: Use rosette/safe

This commit is contained in:
Krystine Sherwin
2024-08-30 09:56:08 +12:00
committed by Emily (aiju)
parent 7fe9157df2
commit 07b6908019

View File

@@ -287,7 +287,7 @@ struct FunctionalSmtrBackend : public Backend {
}
extra_args(f, filename, args, argidx);
*f << "#lang rosette\n";
*f << "#lang rosette/safe\n";
if (provides) {
*f << "(provide (all-defined-out))\n";
}