Annotation of qemu/tests/cris/sys.h, revision 1.1.1.2

1.1       root        1: #include <unistd.h>
                      2: 
                      3: #define STRINGIFY(x) #x
                      4: #define TOSTRING(x) STRINGIFY(x)
                      5: 
                      6: #define CURRENT_LOCATION __FILE__ ":" TOSTRING(__LINE__)
                      7: 
                      8: #define err()                         \
                      9: {                                     \
                     10:   _fail("at " CURRENT_LOCATION " ");  \
                     11: }
                     12: 
                     13: #define mb() asm volatile ("" : : : "memory")
                     14: 
1.1.1.2 ! root       15: void pass(void);
        !            16: void _fail(char *reason);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.