/[svn]/gigedit/trunk/src/gigedit/gigedit.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/gigedit.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3020 by schoenebeck, Tue May 3 14:08:34 2016 UTC revision 3021 by persson, Sun Oct 23 07:24:40 2016 UTC
# Line 391  void GigEditState::close_window() { Line 391  void GigEditState::close_window() {
391      close.signal();      close.signal();
392  }  }
393    
394    #if defined(WIN32) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2))
395    // make sure stack is 16-byte aligned for SSE instructions
396    __attribute__((force_align_arg_pointer))
397    #endif
398  void GigEditState::main_loop_run(Cond* initialized) {  void GigEditState::main_loop_run(Cond* initialized) {
399      int argc = 1;      int argc = 1;
400      const char* argv_c[] = { "gigedit" };      const char* argv_c[] = { "gigedit" };

Legend:
Removed from v.3020  
changed lines
  Added in v.3021

  ViewVC Help
Powered by ViewVC