diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-07-12 18:20:39 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-07-12 19:06:08 -0700 |
| commit | 81ecd272d349a744a3a5f21b7eb4ef3c79d9188f (patch) | |
| tree | a0fb57f645e37cdb918817b9a3d859b9c6b473b5 /src/rt/rust_abi.cpp | |
| parent | fe77e962a826ac41354a7b1b4afa08c527e86e8c (diff) | |
| download | rust-81ecd272d349a744a3a5f21b7eb4ef3c79d9188f.tar.gz rust-81ecd272d349a744a3a5f21b7eb4ef3c79d9188f.zip | |
Comments only: TODOs to FIXME in the runtime
Diffstat (limited to 'src/rt/rust_abi.cpp')
| -rw-r--r-- | src/rt/rust_abi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_abi.cpp b/src/rt/rust_abi.cpp index b533ab1f673..8de42bb6666 100644 --- a/src/rt/rust_abi.cpp +++ b/src/rt/rust_abi.cpp @@ -11,7 +11,7 @@ #define HAVE_DLFCN_H #include <dlfcn.h> #elif defined(_WIN32) -// TODO +// FIXME #2889 #endif #define END_OF_STACK_RA (void (*)())0xdeadbeef |
