Annotation of uae/src/include/cpu_prefetch.h, revision 1.1

1.1     ! root        1: 
        !             2: STATIC_INLINE uae_u32 get_word_prefetch (int o)
        !             3: {
        !             4:     uae_u32 v = regs.irc;
        !             5:     regs.irc = get_word (m68k_getpc() + o);
        !             6:     return v;
        !             7: }
        !             8: STATIC_INLINE uae_u32 get_long_prefetch (int o)
        !             9: {
        !            10:     uae_u32 v = get_word_prefetch (o) << 16;
        !            11:     v |= get_word_prefetch (o + 2);
        !            12:     return v;
        !            13: }
        !            14: 

unix.superglobalmegacorp.com

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