diff options
| author | Eric Holk <eholk@mozilla.com> | 2011-07-06 12:48:43 -0700 |
|---|---|---|
| committer | Eric Holk <eholk@mozilla.com> | 2011-07-07 18:22:27 -0700 |
| commit | a0f45f4456de5e9811d80b20df243d7078c45918 (patch) | |
| tree | a19f9015bec2914413a3fe98bbdcaea0511ded28 /src/rt/rust_srv.cpp | |
| parent | e7111fe1473733e78775e280c0e597a2897d4411 (diff) | |
| download | rust-a0f45f4456de5e9811d80b20df243d7078c45918.tar.gz rust-a0f45f4456de5e9811d80b20df243d7078c45918.zip | |
Removing most of the locks in rust_upcall.cpp and elsewhere.
Diffstat (limited to 'src/rt/rust_srv.cpp')
| -rw-r--r-- | src/rt/rust_srv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_srv.cpp b/src/rt/rust_srv.cpp index 64befd6ee42..8bdfcd7a064 100644 --- a/src/rt/rust_srv.cpp +++ b/src/rt/rust_srv.cpp @@ -54,7 +54,7 @@ rust_srv::fatal(const char *expression, "fatal, '%s' failed, %s:%d %s", expression, file, (int)line, buf); log(msg); - exit(1); + abort(); } void |
