* cgen-ibld.in (insert_normal, extract_normal): Minor cleanup.
* fr30-ibld.c, * frv-ibld.c, * ip2k-ibld.c, * iq2000-ibld.c, * lm32-ibld.c, * m32c-ibld.c, * m32r-ibld.c, * mep-ibld.c, * mt-ibld.c, * openrisc-ibld.c, * xc16x-ibld.c, * xstormy16-ibld.c: Regenerate.
This commit is contained in:
parent
16583161e1
commit
b7cd1872af
14 changed files with 47 additions and 39 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2010-01-07 Doug Evans <dje@sebabeach.org>
|
||||||
|
|
||||||
|
* cgen-ibld.in (insert_normal, extract_normal): Minor cleanup.
|
||||||
|
* fr30-ibld.c, * frv-ibld.c, * ip2k-ibld.c, * iq2000-ibld.c,
|
||||||
|
* lm32-ibld.c, * m32c-ibld.c, * m32r-ibld.c, * mep-ibld.c,
|
||||||
|
* mt-ibld.c, * openrisc-ibld.c, * xc16x-ibld.c,
|
||||||
|
* xstormy16-ibld.c: Regenerate.
|
||||||
|
|
||||||
2010-01-06 Quentin Neill <quentin.neill@amd.com>
|
2010-01-06 Quentin Neill <quentin.neill@amd.com>
|
||||||
|
|
||||||
* i386-gen.c (cpu_flag_init): Add new CPU_AMDFAM15_FLAGS.
|
* i386-gen.c (cpu_flag_init): Add new CPU_AMDFAM15_FLAGS.
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
|
@ -138,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd,
|
||||||
if (length == 0)
|
if (length == 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the base-insn-bitsize,
|
/* For architectures with insns smaller than the base-insn-bitsize,
|
||||||
|
@ -442,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
/* For architectures with insns smaller than the insn-base-bitsize,
|
/* For architectures with insns smaller than the insn-base-bitsize,
|
||||||
|
@ -469,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd,
|
||||||
{
|
{
|
||||||
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
|
||||||
|
|
||||||
if (word_length > 32)
|
if (word_length > 8 * sizeof (CGEN_INSN_INT))
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue