diff options
| author | Eric Holk <eholk@mozilla.com> | 2011-06-14 17:41:45 -0700 |
|---|---|---|
| committer | Eric Holk <eholk@mozilla.com> | 2011-06-15 12:10:15 -0700 |
| commit | 01ea27b205817ee952f7132b2663701622aa6c69 (patch) | |
| tree | 26339935bc03aea21b196bfd170774e937bbc278 /src/rt/rust_task.cpp | |
| parent | 766d54df9378b6e8d13f577af6c1f8a2995635e1 (diff) | |
| download | rust-01ea27b205817ee952f7132b2663701622aa6c69.tar.gz rust-01ea27b205817ee952f7132b2663701622aa6c69.zip | |
Step 1 of moving task startup to always be cdecl.
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 6caaf25db82..bae6f221a95 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -118,7 +118,7 @@ struct spawn_args { rust_task *task; uintptr_t a3; uintptr_t a4; - void (*FASTCALL f)(int *, rust_task *, + void (*CDECL f)(int *, rust_task *, uintptr_t, uintptr_t); }; |
