Changes in / [4d3e160:391aa0e]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    r4d3e160 r391aa0e  
    1010// Created On       : Mon Jun 26 15:13:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Thr Apr  9 12:20:00 2020
    13 // Update Count     : 17
     12// Last Modified On : Tue Apr 14 12:01:00 2020
     13// Update Count     : 18
    1414//
    1515
     
    445445
    446446#pragma GCC push_options
     447#if __GNUC__ != 7
    447448#pragma GCC optimize("no-toplevel-reorder")
     449#else
     450#pragma GCC optimize("no-unit-at-a-time")
     451#endif
    448452
    449453// Try statements are hoisted out see comments for details. While this could probably be unique
Note: See TracChangeset for help on using the changeset viewer.