Copyright 2000, 2001, 2004, 2007 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
The GNU MP Library test suite is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
The GNU MP Library test suite is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
/* Index starts for various regions in above vector. */ #define WANT_CALLEE_SAVES 0 #define SAVE_CALLEE_SAVES 8 #define RETADDR 16 #define GOT_CALLEE_SAVES 17 #define JUNK_PARAMS 25
/* Return 1 if ok, 0 if not */
int
calling_conventions_check (void)
{ constchar *header = "Violated calling conventions:\n"; int ret = 1; int i;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.