Skip to content

Commit 52c7872

Browse files
committed
Fixed merge
1 parent b0f0e8e commit 52c7872

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

source/sgp_mode/GenomeLibrary.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,7 @@ using Library = sgpl::OpLibrary<
2424
inst::Push, inst::Pop, inst::SwapStack, inst::Swap,
2525
// no h-search
2626
inst::JumpIfNEq, inst::JumpIfLess,
27-
<<<<<<< HEAD
28-
//inst::Reuptake,
29-
//fls basics
30-
//inst::Infect,
31-
// if-label doesn't make sense for SGP, same with *-head
32-
// and set-flow but this is required
33-
sgpl::global::Anchor,
34-
inst::Steal,
35-
inst::Donate
36-
=======
3727
sgpl::global::Anchor
38-
>>>>>>> 17d71af84a0ec6ca450ce1e689ab130e29b74c2c
3928
>;
4029

4130
using Spec = sgpl::Spec<Library, CPUState>;

0 commit comments

Comments
 (0)