Skip to content

Commit

Permalink
rt: Update comment for new location of unwind
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Jun 28, 2015
1 parent ba7b47e commit 9e58fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/rust_try.ll
Expand Up @@ -12,7 +12,7 @@
; When f(...) returns normally, the return value is null.
; When f(...) throws, the return value is a pointer to the caught exception object.

; See also: libstd/rt/unwind.rs
; See also: libstd/rt/unwind/mod.rs

define i8* @rust_try(void (i8*)* %f, i8* %env) {

Expand Down

0 comments on commit 9e58fb8

Please sign in to comment.