Thread: pgsql/src/include/storage s_lock.h

pgsql/src/include/storage s_lock.h

From
Bruce Momjian - CVS
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/01/18 21:58:59

Modified files:
    src/include/storage: s_lock.h

Log message:
    New ASM format:

    /*
    * Standard __asm__ format:
    *
    *  __asm__(
    *          "command;"
    *          "command;"
    *          "command;"
    *      :   "=r"(_res)          return value, in register
    *      :   "r"(lock)           argument, 'lock pointer', in register
    *      :   "r0");              inline code uses this register
    */