Skip to content

Commit ae41a07

Browse files
committed
Removes merge annotation
1 parent 9868949 commit ae41a07

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/analyses/base.ml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2586,13 +2586,8 @@ struct
25862586
| Setjmp { env }, _ ->
25872587
let st' = match eval_rv ~ctx st env with
25882588
| Address jmp_buf ->
2589-
<<<<<<< HEAD
25902589
let value = VD.JmpBuf (ValueDomain.JmpBufs.Bufs.singleton (Target (ctx.prev_node, ctx.control_context ())), false, false) in
2591-
let r = set ~ctx ask gs st jmp_buf (Cilfacade.typeOf env) value in
2592-
=======
2593-
let value = VD.JmpBuf (ValueDomain.JmpBufs.Bufs.singleton (Target (ctx.prev_node, ctx.control_context ())), false) in
25942590
let r = set ~ctx st jmp_buf (Cilfacade.typeOf env) value in
2595-
>>>>>>> 71e21b27973c78ef58c2567e314e128cfbb10564
25962591
if M.tracing then M.tracel "setjmp" "setting setjmp %a on %a -> %a\n" d_exp env D.pretty st D.pretty r;
25972592
r
25982593
| _ -> failwith "problem?!"

0 commit comments

Comments
 (0)